body{
	background: #C0C0C0;
	font-size: 20px;
}

.container{
 background: #740966 ;
 margin: 30px auto;
 width: 900px;
 height: 1000px;
}
.header{
	background: #D6C2E7;
	height: 300px;
	width: 900px;
}
.navigation{
	 background: #740966;
	 height: 150px;
     width: 900px;
     margin-top: 10px;
     margin-bottom: 10px;
}
.content{
	background: #3B2B2D;
	float: right;
	width: 900px;
	height: 600px;
	color:white;
}
.clear{
	clear: both;
}
.footer{
	background: #B6B07E;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
	color: #ffc618;
	text-decoration: none;
	font-size: 35px;
td{
	width: 180px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
}